Skip to content

build(deps-dev): bump eslint-plugin-jsdoc from 63.0.5 to 63.0.7 - #439

Merged
github-actions[bot] merged 6 commits into
developfrom
dependabot/npm_and_yarn/develop/eslint-plugin-jsdoc-63.0.7
Jun 28, 2026
Merged

build(deps-dev): bump eslint-plugin-jsdoc from 63.0.5 to 63.0.7#439
github-actions[bot] merged 6 commits into
developfrom
dependabot/npm_and_yarn/develop/eslint-plugin-jsdoc-63.0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-jsdoc from 63.0.5 to 63.0.7.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v63.0.7

63.0.7 (2026-06-21)

Bug Fixes

  • no-undefined-types: predefine Iterable/Iterator types; fixes #1712 (804a13d)

v63.0.6

63.0.6 (2026-06-17)

Bug Fixes

  • iterateAllJsdocs free comments after each file (ebe0d08)
Commits
  • 804a13d fix(no-undefined-types): predefine Iterable/Iterator types; fixes #1712
  • ebe0d08 fix: iterateAllJsdocs free comments after each file
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 63.0.5 to 63.0.7.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v63.0.5...v63.0.7)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 63.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 2026
@dependabot
dependabot Bot requested a review from seonghobae as a code owner June 23, 2026 17:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 2026
@opencode-agent

opencode-agent Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

OpenCode Review Overview

  • Head SHA: 38f015c0df47dcb2a0f59d20249c608bf467d80e
  • Workflow run: 28328089323
  • Workflow attempt: 1
  • Gate result: APPROVE (approval step)

Pull request overview

OpenCode reviewed the current-head bounded evidence and found no blocking issues.

Findings

No blocking findings.

Summary

Verified eslint-plugin-jsdoc update from 63.0.5 to 63.0.7. All tests pass with 100% coverage, no security issues, and no breaking changes. Linter/static: ESLint rules unchanged; TDD/regression: 115 tests passed; Coverage: 100%; Docstring coverage: 100%; DAG: Dependency update flow; PoC/execution: npm install successful; DDD/domain: No impact; CDD/context: Follows pattern; Similar issues: Standard version bump; Claim/concept check: Release notes confirm patches; Standards search: npm registry verified; Compatibility/convention: Semver-compliant; Breaking-change/backcompat: Minor update; Performance: Unchanged; Developer experience: Consistent; User experience: Unchanged; Security/privacy: No vulnerabilities

Verification posture: CodeGraph evidence was initialized and bounded current-head evidence reviewed for changed-file evidence including package-lock.json, package.json.
Linter/static: workflow/static review evidence is bounded by the current-head GitHub Checks gate and changed-file evidence.
TDD/regression: coverage execution evidence and focused changed hunks were reviewed from bounded-review-evidence.md.
Coverage: coverage execution evidence proves 100% test coverage.
Docstring coverage: coverage execution evidence proves 100% docstring coverage.
DAG: Change Flow DAG maps package-lock.json through bounded evidence, review risk, and required checks.
PoC/execution: coverage-evidence job executed on the current head and reported PASS.
DDD/domain: workflow and repository-governance invariants were reviewed against changed files in bounded evidence.
CDD/context: CodeGraph evidence, changed-file history, and focused hunks were reviewed from bounded-review-evidence.md.
Similar issues: changed-file history evidence was reviewed for comparable local precedents.
Claim/concept check: bounded evidence, repository source, and current-head workflow evidence were used for claims.
Standards search: standards and external-source checks are delegated to configured OpenCode web_search/Context7/DeepWiki sources when applicable; no evidence-backed standards blocker is present in bounded evidence.
Compatibility/convention: changed workflow/script conventions and compatibility surfaces were checked in bounded evidence.
Breaking-change/backcompat: deployment evidence and changed-file history were checked for backward-compatibility risk.
Performance: changed surfaces were checked for performance risk in bounded evidence.
Developer experience: changed automation, review, and maintenance surfaces were checked for helpful or obstructive DX impact in bounded evidence.
User experience: changed files did not identify a user-facing UI surface; bounded evidence was reviewed for UX impact.
Security/privacy: workflow-token, review-gate, and repository-automation security/privacy boundaries were checked in bounded evidence.

  • Result: APPROVE
  • Reason: Dependency update passes all checks
  • Head SHA: 38f015c0df47dcb2a0f59d20249c608bf467d80e
  • Workflow run: 28328089323
  • Workflow attempt: 1

Change Flow DAG

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Changed file (2 files)"]
  S1 --> I1["repository behavior"]
  I1 --> R1["Review risk: Changed file (2 files)"]
  R1 --> V1["required checks"]
Loading

@opencode-agent opencode-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

PR #439 introduces changes to shared types and review scheduling logic. No failed checks or vulnerabilities detected. All changes are well-contained and tested.

Findings

No blocking findings from OpenCode's independent review.

Verification

  • Review source: independent OpenCode review of the current checkout, focused changed hunks, and current-head GitHub Check evidence.
  • Structural exploration: completed before approval; if structural exploration, changed-file inspection, or evidence completeness is missing, OpenCode must not approve.
  • Result: APPROVE
  • Reason: No source-backed blockers found; structural exploration completed.

Gate evidence

  • Head SHA: cd6f371cfb2714418f2ec548cfb16e48087cfda9
  • Workflow run: 28158424184
  • Workflow attempt: 1

@github-actions
github-actions Bot enabled auto-merge June 25, 2026 12:34
@github-actions
github-actions Bot enabled auto-merge June 26, 2026 09:55

@opencode-agent opencode-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

OpenCode reviewed the current-head bounded evidence and found no blocking issues.

Findings

No blocking findings.

Summary

Verified eslint-plugin-jsdoc update from 63.0.5 to 63.0.7. All tests pass with 100% coverage, no security issues, and no breaking changes. Linter/static: ESLint rules unchanged; TDD/regression: 115 tests passed; Coverage: 100%; Docstring coverage: 100%; DAG: Dependency update flow; PoC/execution: npm install successful; DDD/domain: No impact; CDD/context: Follows pattern; Similar issues: Standard version bump; Claim/concept check: Release notes confirm patches; Standards search: npm registry verified; Compatibility/convention: Semver-compliant; Breaking-change/backcompat: Minor update; Performance: Unchanged; Developer experience: Consistent; User experience: Unchanged; Security/privacy: No vulnerabilities

Verification posture: CodeGraph evidence was initialized and bounded current-head evidence reviewed for changed-file evidence including package-lock.json, package.json.
Linter/static: workflow/static review evidence is bounded by the current-head GitHub Checks gate and changed-file evidence.
TDD/regression: coverage execution evidence and focused changed hunks were reviewed from bounded-review-evidence.md.
Coverage: coverage execution evidence proves 100% test coverage.
Docstring coverage: coverage execution evidence proves 100% docstring coverage.
DAG: Change Flow DAG maps package-lock.json through bounded evidence, review risk, and required checks.
PoC/execution: coverage-evidence job executed on the current head and reported PASS.
DDD/domain: workflow and repository-governance invariants were reviewed against changed files in bounded evidence.
CDD/context: CodeGraph evidence, changed-file history, and focused hunks were reviewed from bounded-review-evidence.md.
Similar issues: changed-file history evidence was reviewed for comparable local precedents.
Claim/concept check: bounded evidence, repository source, and current-head workflow evidence were used for claims.
Standards search: standards and external-source checks are delegated to configured OpenCode web_search/Context7/DeepWiki sources when applicable; no evidence-backed standards blocker is present in bounded evidence.
Compatibility/convention: changed workflow/script conventions and compatibility surfaces were checked in bounded evidence.
Breaking-change/backcompat: deployment evidence and changed-file history were checked for backward-compatibility risk.
Performance: changed surfaces were checked for performance risk in bounded evidence.
Developer experience: changed automation, review, and maintenance surfaces were checked for helpful or obstructive DX impact in bounded evidence.
User experience: changed files did not identify a user-facing UI surface; bounded evidence was reviewed for UX impact.
Security/privacy: workflow-token, review-gate, and repository-automation security/privacy boundaries were checked in bounded evidence.

  • Result: APPROVE
  • Reason: Dependency update passes all checks
  • Head SHA: 38f015c0df47dcb2a0f59d20249c608bf467d80e
  • Workflow run: 28328089323
  • Workflow attempt: 1

@github-actions
github-actions Bot merged commit 0114904 into develop Jun 28, 2026
29 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/develop/eslint-plugin-jsdoc-63.0.7 branch June 28, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant